home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
machserver
/
1.098
/
include
/
sun4.md
/
sigMach.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-07-14
|
887b
|
28 lines
/*
* sigMach.h --
*
* Machine dependent data structures and procedure headers exported by the
* the signal module. These are are for the sparc hardware.
*
* Copyright (C) 1985, 1988 Regents of the University of California
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that the above copyright
* notice appear in all copies. The University of California
* makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*
* $Header: /sprite/src/lib/include/sun4.md/RCS/sigMach.h,v 1.2 89/07/14 09:29:17 rab Exp $ SPRITE (Berkeley)
*/
#ifndef _SIGMACH
#define _SIGMACH
/*
* The different machine dependent codes for an illegal instruction signal
*/
#endif /* _SIGMACH */